Split tasks into seperate modules to allow for easier management

This commit is contained in:
2010-12-02 11:20:47 +00:00
parent 3aea381461
commit c23e0078f4
5 changed files with 175 additions and 123 deletions

View File

@@ -0,0 +1,4 @@
from account import *
from alliance import *
from character import *
from corporation import *