mirror of
https://github.com/jlengrand/Ivolution.git
synced 2026-03-10 08:21:18 +00:00
Loads of changes in the repo structure.
Data are now hosted as a subfolder of the code, and all the source files are grouped into the same package. Bin folder has been removed, scripts are now directly placed in the root location. Main package has been renamed to ivolution, this is a first step towards github renaming and full renaming of the project
This commit is contained in:
9
ivolution/__init__.py
Normal file
9
ivolution/__init__.py
Normal file
@@ -0,0 +1,9 @@
|
||||
"""
|
||||
.. module:: FaceMovifier
|
||||
:platform: Unix, Windows
|
||||
:synopsis: Aims at helping you create videos of yourself over time, using photos as input. Take great pictures, FaceMovie will do the rest !
|
||||
|
||||
.. moduleauthor:: Julien Lengrand-Lambert <jlengrand@gmail.com>
|
||||
|
||||
"""
|
||||
import Eye
|
||||
Reference in New Issue
Block a user