4 lines
114 B
Python
4 lines
114 B
Python
from DistributedToonInteriorAI import *
|
|
|
|
class DistributedToonHallInteriorAI(DistributedToonInteriorAI):
|
|
pass
|