5 lines
70 B
Python
5 lines
70 B
Python
|
from rapidsms.apps.base import AppBase
|
||
|
|
||
|
class App(AppBase):
|
||
|
pass
|