big cleanup. turn bureaus into proper python packages. mgmt keeps track of processes.
parent
40a645679d
commit
bef9fa5e4e
@ -0,0 +1,4 @@
|
||||
from . import ihr
|
||||
|
||||
def main():
|
||||
ihr.main()
|
@ -0,0 +1,4 @@
|
||||
from . import jokes
|
||||
|
||||
def main():
|
||||
jokes.main()
|
@ -0,0 +1,4 @@
|
||||
from . import photography
|
||||
|
||||
def main():
|
||||
photography.main()
|
@ -0,0 +1,4 @@
|
||||
from . import publicrelations
|
||||
|
||||
def main():
|
||||
publicrelations.main()
|
Loading…
Reference in New Issue