mirror of
https://github.com/kohya-ss/sd-scripts.git
synced 2026-04-06 13:47:06 +00:00
7 lines
133 B
Python
7 lines
133 B
Python
import sd3_train
|
|
|
|
|
|
def test_syntax():
|
|
# Very simply testing that the train_network imports without syntax errors
|
|
assert True
|