sourceafGenesis::Main.fan


** The launch class for Genesis.
** 
** To start Genesis from the command line, type:
** 
**   $ fan afGenesis
class Main {
    static Void main(Str[] args) {
        afQuickFlux::Main.go(GenesisModule#, [SectionTreeSideBar#, DirectoryView#], `fan://afGenesis/res/about.fandoc`)
    }   
}