6 lines
82 B
Python
Executable file
6 lines
82 B
Python
Executable file
#!/usr/bin/python
|
|
|
|
import hub
|
|
|
|
from chambre import Chambre
|
|
Chambre.createTable()
|