4 lines
73 B
Python
4 lines
73 B
Python
|
#!/usr/bin/env python3
|
||
|
# -*- coding: utf-8 -*-
|
||
|
from .bar import BarScene
|