remove author string
Marco Andronaco andronacomarco@gmail.com
Tue, 23 Aug 2022 19:02:01 +0200
5 files changed,
5 insertions(+),
5 deletions(-)
M
data/components/portal.py
→
data/components/portal.py
@@ -1,4 +1,4 @@
-__author__ = 'justinarmstrong' + import pygame as pg from .. import constants as c
M
data/components/textbox.py
→
data/components/textbox.py
@@ -1,4 +1,4 @@
-__author__ = 'justinarmstrong' + import copy import pygame as pg from .. import setup, observer, tools
M
data/setup.py
→
data/setup.py
@@ -1,4 +1,4 @@
-__author__ = 'justinarmstrong' + """ This module initializes the display and
M
data/tools.py
→
data/tools.py
@@ -1,4 +1,4 @@
-__author__ = 'justinarmstrong' + import os, random import pygame as pg