+ changed file structure in the python module + fixed static method binding for PyDaedalus class
15 lines
533 B
Python
15 lines
533 B
Python
|
|
from g2o.events import addEvent
|
|
from g2o.events import callEvent
|
|
from g2o.events import event
|
|
from g2o.events import removeEventHandler
|
|
from g2o.events import toggleEvent
|
|
from g2o.events import removeEvent
|
|
|
|
from g2o.classes.packets import Packet
|
|
from g2o.classes.damage import DamageDescription
|
|
from g2o.classes.items import ItemGround
|
|
from g2o.classes.daedalus import Daedalus
|
|
from g2o.classes.sky import Sky
|
|
|
|
from sqg2oconst import * |