Renamed the library code to be in src/ to follow conventions
This commit is contained in:
7
src/expansion.py
Normal file
7
src/expansion.py
Normal file
@ -0,0 +1,7 @@
|
||||
class Expansion:
|
||||
def __init__(self, parent, globalConfig):
|
||||
setattr(parent, self.__class__.ID, self)
|
||||
|
||||
class PlayerExpansion:
|
||||
def __init__(self, player, localConfig):
|
||||
pass
|
||||
Reference in New Issue
Block a user